home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 11 / 0 / DISK1105.ZIP / HELP / #MENU9.2 < prev    next >
Text File  |  1988-06-01  |  2KB  |  70 lines

  1.  
  2.    ══════════════════════════════════════════════════════════════
  3.              FORMAT .VC INTERFACE using REPORT
  4.    ══════════════════════════════════════════════════════════════
  5.           The  following examples shows how REPORT could be  used 
  6.           to  pass solution data to a VISICALC .VC file and/or  a 
  7.           precreated DIF formatted file.
  8.           .VC format datafile:
  9.           ....................................................
  10.           >C10:/FI@SUM(C5...C8)
  11.           >B10:@SUM(B5...B8)
  12.           >A10:"TOTAL:
  13.           >C9:/-=
  14.           >B9:/-=
  15.           >C8:/FI(B8/B10)*100
  16.           >B8:|#100=vl.e24   |          .......volume of #100
  17.           >A8:/FR"|#100=nm          |   and name identification        
  18.           >C7:/FI(B7/B10)*100
  19.           >B7:|#210=vl.e24   |          .......volume of #210
  20.           >A7:/FR"|#210=nm          |   and name identification        
  21.           >C6:/FI(B6/B10)*100
  22.           ....................................................
  23.  
  24. ...more information on next view
  25.  
  26.    ══════════════════════════════════════════════════════════════
  27.              FORMAT DIF INTERFACE using REPORT
  28.    ══════════════════════════════════════════════════════════════
  29.       DIF format datafile:
  30.           ....................................................
  31.           TABLE
  32.           0,1
  33.           "PRODUCTION"             ......title assigned
  34.           VECTORS
  35.           0,2                      ......no. of fields = 2
  36.           ""
  37.           TUPLES
  38.           0,2                      ......no. of records = 2
  39.           ""
  40.       LABELS           ......labels if needed
  41.       ....
  42.       ....
  43.       ....
  44.       ....
  45.     
  46. ...more information on next view
  47.  
  48.      DATA Section may look as follows:
  49.  
  50.          DATA
  51.           0,0
  52.           ""
  53.           -1,0
  54.           BOT
  55.           1,0                      ......name identification
  56.           "|#100=nm           |"         of #100
  57.           0,|#100=vl.e24|          ......volume of #100
  58.           V
  59.           -1,0
  60.           BOT
  61.           1,0                      ......name identification
  62.           "|#210=nm           |"         of #210
  63.           0,|#210=vl.e24|          ......volume of #210
  64.           V
  65.           -1,0
  66.           EOD
  67.           ....................................................
  68. ...try other screens
  69.  
  70.